a

object a

Functions

Link copied to clipboard
fun fixed(context: Context, width: Int, height: Int): BannerAdSize

Returns fixed banner size.

Link copied to clipboard
fun inline(context: Context, width: Int, maxHeight: Int): BannerAdSize

Returns inline adaptive banner size. Banners with inline sizes stretch to container width and height when possible.

Link copied to clipboard
fun sticky(context: Context, width: Int): BannerAdSize

Returns sticky banner size with the given width.